home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi Magazine Collection 2001
/
Delphi Magazine Collection 20001 (2001).iso
/
DISKS
/
Issue32
/
globe
/
GLOBE.ZIP
/
Demo.dpr
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-02-13
|
163 b
|
13 lines
program Demo;
uses
Forms,
uDemo in 'uDemo.pas' {frmMain};
{$R *.RES}
begin
Application.CreateForm(TfrmMain, frmMain);
Application.Run;
end.